From 89a2e4d2d6e6d0267fd3a78275d7b9214367d9d1 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 25 Aug 2008 07:31:14 +0000 Subject: [PATCH] =?utf8?q?defs.h:=20Bj=C3=B6rn=20makes=20files=20more=20co?= =?utf8?q?nst-correct.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3412 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 891d4cd9e..c4b28c2e6 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -659,7 +659,7 @@ typedef struct arglist { const char *argstring; char **argval; const char *helpstring; - char *defaultvalue; + const char *defaultvalue; const gbuint32 argtype; const char *minvalue; /* minimum value for numeric options */ const char *maxvalue; /* maximum value for numeric options */ -- 2.30.2